Home Forums WordPress Themes – Premium Circumference Browsers Questions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15222
    Gina
    Member

    I see that it depents on what browsers I open the site in, that it changes the placement of some things. Is there a way to make the site display the same across all the browsers? Also the 2 line header html font stays the same even when veiwing on mobile phones, which is kind of big?
    Please advise, thanks.

    #20029
    Sushil Adhikari
    Moderator

    There shouldn’t be much of a difference with each major browser…you will need to provide me with more details and even screenshots would be beneficial in determining what adjustments may be required. A link would also work too and then let me know with details and what browser you see the irregularities happening. Likewise, when you say 2-line header, are you referring to the logo group with title and tagline?

    #20030
    Gina
    Member

    I am talking about this font, it disply large on cell phones.
    This is a Special Heading
    Make your page stand out even more with a left or centered heading group
    that offers beautiful two toned headings, one for the title and one for a tagline
    Also how do I get the gray buttons to link to a page? From this HTML code:

    I need the See Details to link but in text veiw I can not do it and in visual it wont let me choose the button

    #20031
    Sushil Adhikari
    Moderator

    Ah…thanks for clarifying about the Special Heading. I will need to add the font size to adjust for mobile screens on the next update of the theme. However, so you do not have to wait, this is what I will probably be adding as an update which you can add to the bottom of your theme’s style.css file:

    
    @media screen and (max-width: 480px) {
    	.heading1 {
    		font-size: 2em;
    	}
    	.heading2 {		
    		font-size: 1.25em;
    	}
    }

    As for the other item, the button. This is how you would do your button:

    See Details
    #20034
    Gina
    Member

    Thank you, but that is how I have the code for the button, my a qquestion was how do I get the button to link to another page on my site. I have tried hightlighting the see details text and adding the link and also the code for the button but neither will take the link. For all the other things on the site, the linking, works fine?
    Please advise.

    #15223
    Sushil Adhikari
    Moderator

    oops, my lack of sleep lately… I forgot to add the link part to my code. IT should be this:

    See Details
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.