Change the size of all page

Discussion in 'GoldenEagle WordPress Theme' started by biofial, Sep 6, 2013.

  1. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Hello again,

    my site is www.biofial.gr and i want to increase the width of all the pages by 30% but not mess up with their contect.
    Is there a way to do so?

    Thanks in advance
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Unfortunately there isn't a way to do that with our theme.
    Our theme is implemented on 960 Grid system, if we try to increase the page width of theme then it will lose the layout.
     
  3. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Can i at least change the width of the pages except the home page where the most layout adjustments are made?
    Either way i would like at least to try to increase it or preferably give you the access to do so.
    Thanks again.
     
  4. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Hello again,
    I still haven't received an answer for the above issue. Please inform me accordingly.
    Also i want all the links (hyperlinks, permanent links to be of some colour the css that i now have is :

    #commentsbox {
    display: none;
    }

    .content h3 {
    display: none;
    }


    .header .top_right_bar #searchform {
    display: none;
    }


    @media only screen and (max-width: 480px){
    .header .logo img{
    width:70%;
    }
    table {
    width: 70%;
    }
    #header-social-icons {
    margin-right: 60px;
    }
    }

    #menu-item-738 a {
    color: #e60000!important;
    }

    .footer-wrapper .footer_widget a:hover {
    text-decoration: underline;
    color: #e60000;
    }
    .footer-wrapper .footer_widget a{
    color: #e60000;
    }
    .main-content a {
    color:#e60000;
    }
    .main-content a:hover {
    text-decoration: underline;
    color:#e60000;
    }
    .page-content .fullwidth a {
    color:#e60000;
    }
    .page-content .fullwidth a:hover {
    text-decoration: underline;
    color:#e60000;
    }
    .page-content .content-bar a {
    color:#e60000;
    }
    .page-content .content-bar a:hover {
    text-decoration: underline;
    color:#e60000;
    }

    a{
    color:#e60000;
    }
    .logo img {
    margin-left: 90px;
    }

    #menu .ddsmoothmenu {
    text-align: left;
    margin-left: 20px;
    }

    .sidebar ul li {
    background-color: transparent;
    }
    .sidebar ul li a {
    background-color: transparent;

    }

    Please tell me what to replace to make this work.

    Thanks in advance
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello,

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    If this isn't something you're able to do then you would need to hire a freelancer for this.
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    a {
    color: red ! important;
    }
    In place of "red" you can put your color or color code.
    This will solve your issue.
     
  7. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you for the code for the colour, worked great except from the content of the footer, can that links be white and underlined by a different colour (0nly for the footer).

    Also thank you for the reply about the page size, could we at least set the pages to have the full size of the page after the submenu? For example in this page can the text and photos cover the hole width at the end of the menu?
    Thanks in advance
     
  8. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Can you please give me an answer?
     
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .footer .footer-inner a {
    color: white ! important;
    border-bottom: 1px solid yellow;
    }
    In place of "white" you can put your color or color code.

    2. For the page fullwidth issue,
    Go to the Pages > All Pages in your dashboard and edit the "Hydraulic Car Platform" and then select Fullwidth Page Template from the Page Attributes section.

    This will solve your issue.
     
  10. biofial

    biofial New Member

    Joined:
    Aug 26, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you for the above information i resolved the text decoration issue but i was looking for a more drastic solution as far as the page width is conserned.

    One other thing tha i noticed is when you enter the english version of the site with internet explorer the pictures from the slider appear all over the place.
    Also there are some width changes when using chrome, mozila, explorer.
    Please have a look at it and reply as soon as possible.
     
  11. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    If we talk about browsers then width of all is not exactly same. And you have added ' ' before flag images in the 'header.php'. Which is not a correct way.
    Please add social logo and flags in a proper div. So that we can manage them through css.
     

Share This Page